home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / mac / 3-Presentations / Apple Demos / Training / AppleCD SC Training / Using the AppleCD SC / card_12165.txt < prev    next >
Text File  |  1990-04-02  |  4KB  |  191 lines

  1. -- card: 12165 from stack: in
  2. -- bmap block id: 10779
  3. -- flags: 4000
  4. -- background id: 2282
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on idle
  8.   pass idle
  9. end idle
  10.  
  11. on startup
  12.   pass startup
  13. end startup
  14.  
  15. on closeCard
  16.   pass closeCard
  17. end closeCard
  18.  
  19.  
  20.  
  21. -- part 115 (button)
  22. -- low flags: 00
  23. -- high flags: A003
  24. -- rect: left=36 top=68 right=90 bottom=285
  25. -- title width / last selected line: 0
  26. -- icon id / first selected line: 0 / 0
  27. -- text alignment: 1
  28. -- font id: 0
  29. -- text size: 12
  30. -- style flags: 0
  31. -- line height: 16
  32. -- part name: CD-ROM
  33. ----- HyperTalk script -----
  34. on mouseUp
  35.   visual effect wipe left
  36.   go to card id 19467
  37. end mouseUp
  38.  
  39.  
  40.  
  41. -- part 116 (button)
  42. -- low flags: 00
  43. -- high flags: A003
  44. -- rect: left=36 top=109 right=131 bottom=285
  45. -- title width / last selected line: 0
  46. -- icon id / first selected line: 0 / 0
  47. -- text alignment: 1
  48. -- font id: 0
  49. -- text size: 12
  50. -- style flags: 0
  51. -- line height: 16
  52. -- part name: Audio CD
  53. ----- HyperTalk script -----
  54. on mouseUp
  55.   push card
  56.   visual effect wipe left
  57.   go to card id 19294
  58. end mouseUp
  59.  
  60.  
  61.  
  62. -- part 121 (button)
  63. -- low flags: 00
  64. -- high flags: A003
  65. -- rect: left=417 top=281 right=303 bottom=483
  66. -- title width / last selected line: 0
  67. -- icon id / first selected line: 0 / 0
  68. -- text alignment: 1
  69. -- font id: 0
  70. -- text size: 12
  71. -- style flags: 0
  72. -- line height: 16
  73. -- part name: GO BACK
  74. ----- HyperTalk script -----
  75.  
  76. on mouseUp
  77.   global counter
  78.   play harpsichord d4
  79.   visual wipe right
  80.   if counter = 0 then go to card id 16995
  81.   else go to card id 6809
  82.   put 0 into counter
  83. end mouseUp
  84.  
  85.  
  86.  
  87.  
  88. -- part 123 (button)
  89. -- low flags: 00
  90. -- high flags: 0000
  91. -- rect: left=339 top=128 right=195 bottom=453
  92. -- title width / last selected line: 0
  93. -- icon id / first selected line: 0 / 0
  94. -- text alignment: 1
  95. -- font id: 0
  96. -- text size: 12
  97. -- style flags: 0
  98. -- line height: 16
  99. -- part name: New Button
  100. ----- HyperTalk script -----
  101. on mouseUp
  102.   play harpsichord c4
  103.   visual effect venetian blinds to gray
  104.   go to card id 4265
  105. end mouseUp
  106.  
  107.  
  108.  
  109.  
  110. -- part 126 (button)
  111. -- low flags: 00
  112. -- high flags: A003
  113. -- rect: left=324 top=281 right=303 bottom=390
  114. -- title width / last selected line: 0
  115. -- icon id / first selected line: 0 / 0
  116. -- text alignment: 1
  117. -- font id: 0
  118. -- text size: 12
  119. -- style flags: 0
  120. -- line height: 16
  121. -- part name: HELP
  122. ----- HyperTalk script -----
  123. on mouseUp
  124.   play harpsichord b4
  125.   visual effect barn door open
  126.   go to card id 7551
  127. end mouseUp
  128.  
  129.  
  130.  
  131.  
  132. -- part 127 (field)
  133. -- low flags: 01
  134. -- high flags: 0000
  135. -- rect: left=13 top=31 right=53 bottom=316
  136. -- title width / last selected line: 0
  137. -- icon id / first selected line: 0 / 0
  138. -- text alignment: 1
  139. -- font id: 0
  140. -- text size: 12
  141. -- style flags: 0
  142. -- line height: 16
  143. -- part name: 
  144.  
  145.  
  146. -- part 128 (button)
  147. -- low flags: 00
  148. -- high flags: 0000
  149. -- rect: left=448 top=28 right=52 bottom=484
  150. -- title width / last selected line: 0
  151. -- icon id / first selected line: 1011 / 1011
  152. -- text alignment: 1
  153. -- font id: 0
  154. -- text size: 12
  155. -- style flags: 0
  156. -- line height: 16
  157. -- part name: New Button
  158. ----- HyperTalk script -----
  159. on mouseUp
  160.   play harpsichord c4
  161.   visual effect venetian blinds to gray
  162.   go to card id 5341
  163. end mouseUp
  164.  
  165.  
  166.  
  167.  
  168. -- part 131 (button)
  169. -- low flags: 00
  170. -- high flags: A003
  171. -- rect: left=36 top=150 right=172 bottom=285
  172. -- title width / last selected line: 0
  173. -- icon id / first selected line: 0 / 0
  174. -- text alignment: 1
  175. -- font id: 0
  176. -- text size: 12
  177. -- style flags: 0
  178. -- line height: 16
  179. -- part name: Ejecting CD-ROM Discs
  180. ----- HyperTalk script -----
  181. on mouseUp
  182.   push card
  183.   visual effect wipe left
  184.   go to card id 17368
  185. end mouseUp
  186.  
  187.  
  188.  
  189. -- part contents for card part 127
  190. ----- text -----
  191. Using